/* * {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
*/
	body {
		height: 100%;
		min-height: 100%;
		background-color: #490f06;
	
	}
	
	/* Override menu hover colors */
	.nav>li>a:hover, a.navbar-brand:hover {
		background-color: #8c6d46 !important;
		color: #fff !important;
	}
	
/*	.nav>li>a {
		font-size: 120%;
	}*/
	
#header { 
	height: 150px; 
	overflow: hidden;	
	position: relative;
	background-color: rgba(255, 255, 255, 0.8); /* #fff */;
	color: #000;
	line-height: 160%;
	text-align: right;
}

#header a {
	color: #000;
}

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

#header {
	background: url(../imgs/header.png) center center;
	
}

#header img {
	padding: 3px;
}
		
		.container-fixed {

  margin: 0 auto;
  		margin-top: 20px;
		margin-bottom: 20px;
		height: 100%;
  max-width: 1024px;
  background-color: #D1B18E;
  background-color: green;
  background: url(../imgs/leather.png);
  padding: 0.5%;
  position: relative;
}

#inner-content
{
	background-color: rgba(209, 177, 142, 0.8); /* #D1B18E */
	padding-bottom: 20px;
}


#main-content {
	font-size: 110%;
	color: #000;
}

#main-content a {
	color: #000;
}

#main-content p, #main-content h2, #main-content ul, #main-content h3, #main-content h4, #main-content table {
	margin: 15px;
}

#main-content h4 {
	margin-top: 30px;
	text-decoration: underline;
}

#main-content table {
	margin-left: 60px;
	width: 50%;
}

#main-content table td {
	padding: 3px 2px;
}

.navbar {
	border-radius: 0px;
}

#contact-head
{
	position: absolute;
	right: 10px;
	top: 10px;
	width: auto;
	font-size: 120%;
	padding-top: 2%;
}

.multi-photo
{
	width: 30%;
	margin: 0px 20px 20px 20px;
	padding: 5px;
}

.main-photo
{
	width: 30%;
	margin: 20px;
	padding: 5px;
	background-color: #a68f63;
}

.sub-photo
{
	width: 100%;
	padding: 5px;
	background-color: #a68f63;
	margin-bottom: 20px;
}

.sub-photo img
{
	width: 100%;
}

.main-photo img
{
	width: 100%;
}

.right {
	float: right;
}

.left {
	float: left;
}

.center {
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-bottom: -5px;
	height: auto;
	padding: 1px 1px 0px 1px;
	font-weight: bold;
}	

p.caption {
	margin: -1px;
	padding: 0px;
	font-size: 80%;
	text-align: center;
}

#sublinks {
	text-align: center;
	font-size: 90%;
	color: #525151;
}

#sublinks a {
	color: #525151
}
